<!DOCTYPE html>↩
<!--↩
INF250vc Chapter 4, Pacific Trails Resort↩
Author: Manila Sopha↩
Date: 9/5/2024↩
-->↩
<html lang="en">↩
<head>↩
    <meta charset="utf-8">↩
    <title>Pacific Trails Resort</title>↩
    <link rel="stylesheet" type="text/css" href="pacific.css">↩
</head>↩
<body>↩
    <header>↩
        <h1>Pacific Trails Resort</h1>↩
    </header>↩
    <nav>↩
        <a href="index.html">Home</a> &nbsp; ↩
        <a href="yurts.html">Yurts</a> &nbsp; ↩
        <a href="activities.html">Activities</a> &nbsp; ↩
        <a href="reservations.html">Reservations</a>↩
    </nav>↩
    <div id="content">↩
        <h2>Enjoy Nature in Luxury</h2>↩
        <div>↩
            <span style="color: #5c7fa3;">Pacific Trails Resort</span>↩
            <p>offers a special lodging experience on the California North Coast. Relax in serenity with panoramic views of the Pacific Ocean.</p>↩
            <ul>↩
                <li>Private yurts with decks overlooking the ocean</li>↩
                <li>Activities lodge with fireplace and gift shop</li>↩
                <li>Nightly fine dining at the Overlook Cafe</li>↩
                <li>Heated outdoor pool and whirlpool</li>↩
                <li>Guided hiking tours of the redwoods</li>↩
            </ul>↩
        </div>↩
        <div id="contact">↩
            <span style="color: #5c7fa3;">Contact Us</span>↩
            <div>↩
                Pacific Trails Resort<br>↩
                12010 Pacific Trails Road<br>↩
                Zephyr, CA 95555<br>↩
                888-555-5555↩
            </div>↩
        </div>↩
    </div>↩
    <footer>↩
        <small>↩
            <i>Copyright &copy; 2014 Pacific Trails Resort<br>↩
            <a href="mailto:Manilasopha87@hotmail.com">Manilasopha87@hotmail.com</a></i>↩
        </small>↩
    </footer>↩
</body>↩
</html>